in view
Select Diocese Aluva Vandiperiyar
in jquery
$('body').on("change", ".diocese_id" , function() { var identifier=$(".diocese_id option:selected").attr("data-identifier"); }); OR $("option:selected", this).attr("data-identifier");